home *** CD-ROM | disk | FTP | other *** search
/ Risc World 7 / Risc World 7.iso / Software / Issue6 / SDL.ZIP / !gcc / Changes < prev   
Text File  |  2006-09-17  |  22KB  |  609 lines

  1. Noteworthy changes to the RISC OS GCCSDK releases made.
  2.  
  3. For specific UnixLib changes, see !gcc.docs.UnixLib.Changes too.
  4.  
  5. GCCSDK GCC 3.4.6 Release 2 (released 17 September 2006)
  6. ==========================
  7.  
  8. This is only a summery of the most important changes made.
  9.  
  10. * GCC compilers fixes:
  11.  
  12.   - Correction of Release 1 filename handling regression with GCC.
  13.   - Enabling of throwback for C preprocessor.
  14.   - Pass gcc include paths through to 'as' assembler.  There are known
  15.     limitations on the current assembler include path support concerning
  16.     Unix and RISC OS style pathname syntax so we recommend using path
  17.     variables when you want to specify assembler include directories.
  18.     E.g.: gcc -IOSLib: -c source.s -o source.o
  19.  
  20. * Assembler fixes:
  21.  
  22.   - Allow suffix swapping in its include filenames and adding hdr/Hdr
  23.     suffixes to its default suffix swap list.  This allows RISC OS and
  24.     cross compilation of same assembler sources which include OSLib headers.
  25.   - No longer supporting GCC @ comments.  This is no logner needed for the
  26.     GCCSDK build procedure and allows the @ as built-in variable by default
  27.     i.e. without having to resort to the -objasm option.
  28.   - Assembler now supports all ARMv5E (XScale) instructions (i.e. not
  29.     including the Thumb instructions).
  30.   - Fixed several miss-assemblings or unsupported corner cases: LFMFD,
  31.     LDC/STC, PLD, LDR/STR(H,SH,SB), etc.
  32.   - Added testcases for future regression tests.
  33.  
  34. * UnixLib fixes:
  35.  
  36.   - Improvement of backtrace and error handling: showing info on all current
  37.     threads and demangled C++ function names.
  38.   - readdir: fix in its suffix swapping code and improved POSIX behaviour.
  39.   - unixify: fix memory leak and return value.
  40.   - riscosify: avoid using hard-wired "/home/riscos/env/" path.
  41.   - Stability fix when <Alt><Break> is used.
  42.   - Conditional support for XScale compilation.
  43.  
  44. * Librarian fixes:
  45.  
  46.   - Replacing AOF object in ALF file didn't work.
  47.   - Several code fixes improving its stability.
  48.  
  49. * Linker fixes:
  50.  
  51.   - 'hide' edit command did not always work.
  52.  
  53. * Fix for C++ using SharedCLibrary.  Examples Makefile updated
  54.   to build hello world examples in different ways.
  55.  
  56. * Various documentation updates.
  57.  
  58. GCCSDK cross-compilation improvements:
  59.  
  60. * Improved memory debugging support, allowing use of dmalloc instead of
  61.   Fortify.
  62.  
  63. * Allow building of processor specific toolchains using the --with-arch,
  64.   --with-tune and --with-float configure options.  In particular,
  65.   allow building of GCC and UnixLib which, apart from ARMv3, also target
  66.   ARMv3M (like ARM7), ARMv4 (like StrongARM) and ARMv5TE (like XScale)
  67.   architectures by default.
  68.  
  69. * Improvements of the "porting scripts" used are also used by the
  70.   GCCSDK Autobuilder:
  71.  
  72.   - Autobuilder now uses separate X libraries instead of relying
  73.     on monolithic X tree.  Many other autobuilder packages updated.
  74.     Non-Debian source fetcher improved.  Many dependencies added so
  75.     that many packages can be built with just one command.
  76.   - Faster --ro-recursive implementation.
  77.   - Parallel build support.
  78.   - Created pkg-config wrapper to make sure only cross-compiled pkg-config
  79.     files are found.
  80.  
  81.  
  82. GCCSDK GCC 3.4.6 Release 1 (released 12 June 2006)
  83. ==========================
  84.  
  85. * Update to full GCC 3.4.6 release.  See
  86.   <URL:http://gcc.gnu.org/gcc-3.4/changes.html#3.4.6> for more
  87.   information about this release.
  88.  
  89. * cmunge: Upgraded to v0.76 which has fixes for the carry-capable veneer
  90.   return problem and a workaround for the broken handling of the system
  91.   call in Pace SCL seen on Iyonix.  All details in !gcc.docs.CMunge.History.
  92.  
  93. * Provided two new GCC options -mlibrary-static-data-offset and
  94.   -mclient-static-data-offset (latter being default) which when compiling
  95.   module code to be able to use the library static data offset (at
  96.   sl-540) instead of the client static data offset (sl-536).
  97.   Graham Shaw <gdshaw@sagitta.demon.co.uk>
  98.  
  99. * Added resgen, a tool to create an AOF file encapsulating one or more
  100.   files ready for (de)registering with ResourceFS.
  101.  
  102. * Several bug fixes and enhancements were done:
  103.   - as : solved bug #149; support for offset parameter in ALIGN; support
  104.     for ALIGN AREA attribute; alignment happens with zero bytes instead of
  105.     random bytes; support for rotated constants.
  106.   - decaof : made it more robust.
  107.   - drlink : new option -strict to treat warnings as errors.  The linker
  108.     invoked by gcc will add the option -strict when environment variable
  109.     TLINK_STRICT has been defined (value unimportant).
  110.   - gcc : better -mapcs-26 vs -mapcs-32 behaviour but note that -mapcs-26
  111.     support is deprecated.
  112.   - gcc/as/drlink : RISC OS binaries have support for reading/writing
  113.     "program/c" RISC OS files in addition to "c.program" files (but the
  114.     command line argument still specifies them as "program.c").
  115.   - libfile : increased compatibility with Acorn/Castle libfile version.
  116.   - UnixLib : bug fix details in separate !gcc.docs.UnixLib.Changes file.
  117.   - SharedUnixLibrary (v1.10) : support for RISC OS versions where the
  118.     module private word is in USR read-only memory.
  119.  
  120. * Various Autobuiler and porting-tool enhancements.
  121.  
  122. * GCCSDK build enhancements:
  123.   - Move CVS to SVN changes.
  124.   - GCC ARM backend/drlink : support for 64-bit platforms (x86_64).
  125.   - Solaris 8 SPARC support
  126.  
  127.  
  128. GCCSDK GCC 3.4.5 Release 1 (released 15 February 2006)
  129. ==========================
  130.  
  131. * Update to full GCC 3.4.5 release.  See
  132.   <URL:http://gcc.gnu.org/gcc-3.4/changes.html#3.4.5> for more
  133.   information about this release.
  134.  
  135. * decaof: On 14 July 2005, the original author of decaof, Andy Duplain,
  136.   relicensed decaof under GPL.
  137.  
  138. * nm: Explictly marked as GPL.
  139.  
  140. * cmunge: Upgraded to v0.72 which now contains GCCSDK support and several
  141.   bugs fixes and enhancements.  All details in !gcc.docs.CMunge.History.
  142.   Many thanks to Justin Fletcher for his full support.
  143.  
  144. * as: Under some circumstances, reserved AOF symbol attributes were set
  145.   and this could be triggered too by GCC usage of 'as'.
  146.   drlink: A warning is given when unsupported/reserved AOF symbol
  147.   attributes are detected.
  148.  
  149. * RISC OS modules can now be created in C++ too.
  150.  
  151. * UnixLib's regex implementation is now derived from the PostgreSQL codebase
  152.   resulting in significantly faster timings.
  153.  
  154. * Longstanding Fortran COMMON bug is fixed.
  155.  
  156. * Calling SharedCLibrary functions (-mlibscl option) having one or more
  157.   float arguments resulted in wrong behaviour.  This is now fixed.
  158.  
  159. * Removed the old (26 bit only) rink version.  Use the latest 26/32 bit
  160.   neutral version at <URL:http://www.compton.nu/rink.html>.
  161.  
  162. * Porting tools are now using the environment variables GCCSDK_INSTALL_ENV
  163.   and GCCSDK_INSTALL_CROSSBIN to locate their files.  This allows easy
  164.   switching between multiple cross-compiler versions or installation at
  165.   non-default directories.
  166.  
  167. * Included Andreas Dehmel's DRenderer v0.52 source & binary which recently
  168.   became GPL licensed.  Any future development of DRenderer can happen in
  169.   the GCCSDK project.
  170.  
  171.  
  172. GCCSDK GCC 3.4.4 Release 3 (released 8 July 2005)
  173. ==========================
  174.  
  175. * Update to full GCC 3.4.4 release.  See
  176.   <URL:http://gcc.gnu.org/gcc-3.4/changes.html#3.4.4> for more
  177.   information about this release.
  178.  
  179. * UnixLib: Unterminated buffer fixes (__unixify and vnsprintf)
  180.  
  181. * libscl: Much improved compatibility with Castle C/C++ headers
  182.   and TCPIPLibs.
  183.  
  184. * GCC 'gcov' profiling support is now possible.  See the GCC manual
  185.   for more details.
  186.  
  187. * Now with full RISC OS module support.  See !gcc.docs.Intro for details.
  188.  
  189. * Included CMunge written by Justin Fletcher & Robin Watts.
  190.  
  191. * Autobuilder: Minor fixes and many improvements.  Many packages added.
  192.  
  193. * drlink: Explictly marked as GPL (permission granted for this in 2001)
  194.  
  195. * 'as', 'drlink' and 'decaof' have improved support for previously unhandled
  196.   AOF attributes.
  197.  
  198. * Improved support for GCCSDK under Cygwin, OpenBSD and big-endian
  199.   platforms like Mac OS X.
  200.  
  201. * Additions for soft-float support.
  202.  
  203. * argv[0] is now a Unix-format filename under UnixLib.
  204.  
  205. * !Clib is no longer distributed with GCC.  It is not used by anything,
  206.   and the compilers which can target the SharedCLibrary using its sources
  207.   (GCC and LCC) contain their own copies. 
  208.  
  209. * Runaway optimisation fixed (bug #131)
  210.  
  211.  
  212. GCCSDK GCC 3.4.4 Release 2 (released 6 May 2005)
  213. ==========================
  214.  
  215. * drlink is much faster when handling very large numbers of symbols.
  216.  
  217. * UnixLib no longer contains any GPL code.  UnixLib in its entirety
  218.   is govenered by the LGPL, which may make it suitable for some commercial
  219.   projects (subject to LPGL requirements).  Specific files in UnixLib
  220.   may be subject to different licenses.
  221.  
  222. * The SharedCLibrary compatibility headers and stubs, libscl, are
  223.   now distributed under a BSD-style free-software license.
  224.  
  225. * The 'as' assembler is now GPL, permission thanks to Niklas R�emo.
  226.   Also has considerable tidying and some minor bug fixes, and GCC will
  227.   cause it to use throwback if the compiler is doing so.
  228.  
  229. * More code moved to SharedUnixLibrary (now 1.06).  This allows
  230.   more flexible and reliable handling of some low-level operations.
  231.  
  232. * Substantial pthread improvements.
  233.  
  234. * GCCSDK now contains porting scripts and autobuilder packaging scripts
  235.   to signficantly simplify porting and rebuilding of Unix applications
  236.   for RISC OS.
  237.  
  238. * Linker will dynamically link to ChoX11 and DeskLib if the system
  239.   variable TLINK_CX11 is set and -lX11 is specified on the command line.
  240.  
  241. * Better handling of fork() and related functions.
  242.  
  243. * System variables under UnixLib without a $ in them are now specific
  244.   to the process.
  245.  
  246. * Rationalisation of escape handling in UnixLib.
  247.  
  248. * Overflows and other exceptional floating point behaviour now do
  249.   not generate a signal, consistent with Unix behaviour.
  250.  
  251. * More safety in UnixLib signal handling; improved backtraces.
  252.  
  253. * Faster memcpy/memset/strcpy/strlen implementations from Adrian Lees.
  254.  
  255. * Addition of fake /dev/custom device in UnixLib allows overriding
  256.   of specific file descriptor behaviour.
  257.  
  258. * Fix for needing to specify -I. sometimes with includes relative to
  259.   a path in GCC.
  260.  
  261. * Update to latest GCC 3.4.4 snapshot.
  262.  
  263. * Rationalisation of UnixLib sources in preparation for ELF and GCC 4.
  264.  
  265. * When cross compiling, setting the system variable TLINK_MEMCHECK to
  266.   a value will, at link time, redirect calls to malloc/calloc/realloc/free
  267.   via the 'fortify' memory check library.  This allows checking for
  268.   block overwrites, use of free memory and other memory indiscretions.
  269.  
  270. * UnixLib contains an amalgamation of Sun Microsystems' 'fdlibm' and
  271.   the IBM MathLib libraries to provide precise IEEE single and double
  272.   floating point arithmetic accurate to the last decimal place.  The
  273.   library additionally provides all C99 math functions.
  274.  
  275. * UnixLib: incorporated David Gay's libgdtoa library to provide
  276.   accurate representation of floating point numbers as strings.
  277.  
  278. * UnixLib: updates to 'printf' family of functions provides better
  279.   floating-point accuracy and fixes many formatting problems.
  280.  
  281. * UnixLib: headers incorporate GCC's 'nonnull' and 'warn_unused_result'
  282.   attributes to generate additional warnings that may aid in tracking down
  283.   bugs at compile time.
  284.  
  285. * GCC/GCCSDK now includes the 'decaof' tool for examining AOF object
  286.   files.
  287.  
  288.  
  289. GCCSDK GCC 3.4.4 Release 1 (released 25 December 2004)
  290. ==========================
  291.  
  292. * Modernisation of assert() handling and ensure compability with StubsG.
  293.  
  294. * Improved Co-processor register support in 'as'
  295.  
  296.  
  297. GCCSDK GCC 3.4.4 pre-release 4 (released 20 December 2004)
  298. ==============================
  299.  
  300. * Extensive improvement of filename handling in AOF tools and GCC.  They
  301.   now all use UnixLib's riscosify/unixify functions and can handle
  302.   and disambiguate a much larger range of filenames.
  303.  
  304. * drlink: Ensure that partially linked AOF files work correctly.
  305.  
  306. * drlink: Improve behaviour of GNU LINKONCE areas, which previously prevented
  307.   some C++ programs from linking.
  308.  
  309. * libscl: Minor tidying, add stdint.h Castle C/C++ compatibility header.
  310.   Make riscosify work properly with libscl.
  311.  
  312. * as: Now linked with SCL instead of UnixLib, so it is smaller.
  313.  
  314.  
  315. GCCSDK GCC 3.4.4 pre-release 3 (released 10 December 2004)
  316. ==============================
  317.  
  318. * gcc: Updated to version 3.4.4 (prerelease of 03/Dec/2004)
  319.  
  320. * gcc: No longer prefix register names with '__' in assembler output.
  321.  
  322. * drlink: Fix reporting of size mismatches.
  323.  
  324. * ld: Use demangler API for C++ v3 symbols.
  325.  
  326. * gcc: Correct output of some floating point code that could result
  327.   in stack mismatches.
  328.  
  329.  
  330. GCCSDK GCC 3.4.4 pre-release 2 (released 29 November 2004)
  331. ==============================
  332.  
  333. * gcc: Minor bug fixes.
  334.  
  335. * zip: Be more intelligent when setting RISC OS filetype.
  336.  
  337.  
  338. GCCSDK GCC 3.4.4 pre-release 1 (released 26 November 2004)
  339. ==============================
  340.  
  341. * gcc: Updated to version 3.4.4 (prerelease of 13 Nov 2004)
  342.  
  343.  
  344. GCCSDK GCC 3.4.1 Release 1 (released 05 October 2004)
  345. ==========================
  346.  
  347. * gcc: Updated to version 3.4.1 to make the distribution current and
  348.   bring in speed improvements and better optimisation.  The 3.3 release
  349.   branch was abandoned in favour of this.
  350.  
  351. * gcc: Default is now to tune for XScale - this will improve performance
  352.   on StrongARM and XScale processors - the most common ARM processors running
  353.   RISC OS.
  354.  
  355. * Many substantial changes and improvements - see docs.ULChanges for the
  356.   complete list.  Highlights include:
  357.  
  358.   - Integrated iconv support via an external module.
  359.   - Much improved handling of child processes, avoiding previous
  360.     potential aborts.
  361.   - Miscellaneous pthreads improvements including addition of semaphore
  362.     support.
  363.   - Complete set of 64-bit maths functions.
  364.   - Considerably improved compatibility with glibc headers, easing
  365.     porting of many programs.
  366.   - Improved terminal handling.
  367.   - /dev/dsp support meaning some Unix programs using sound will work
  368.     without modification.
  369.   - Further improvements to filename translation.
  370.   - General improvements to source formatting and comments.
  371.  
  372.  
  373. GCCSDK GCC 3.3.3 pre-release 2 (released 18 April 2004)
  374. ==============================
  375.  
  376. * diffutils: Upgrade to version 2.8.1.  Add documentation.
  377.  
  378. * flex: Upgrade to version 2.5.31.  Add documentation.
  379.  
  380. * grep: Upgrade to version 2.5.  Add documentation.
  381.  
  382. * gperf: Add documentation.
  383.  
  384. * make: Upgrade to version 3.80.  Add documentation.
  385.  
  386. * patch: Upgrade to version 2.5.4.
  387.  
  388. * sed: Upgrade to version 4.0.9.  Add documentation.
  389.  
  390. * gcc: Fix accidental commit that prevented error messages for compiled
  391.   files from being displayed.
  392.  
  393. * unixlib: Preserve DDEUtils Prefix upon parent process exit.  This fixes
  394.   an interaction bug between AMU and gcc causing files to be stored in
  395.   the wrong place.
  396.  
  397. * drlink: Fix handling of RISC OS filenames.
  398.  
  399.  
  400. GCCSDK GCC 3.3.3 pre-release 1 (released 20 March 2004)
  401. ==============================
  402.  
  403. * unixlib: Path <Unix$Path> has been replaced by <UnixLib$Path>.  All
  404.   makefiles that previously used the path Unix: will have to be updated
  405.   to use UnixLib: instead.
  406.  
  407. * gcc: updated to release 3.3.3 20040214.  The Standard C++ Library
  408.   has undergone a re-write, meaning any applications compiled with this
  409.   C++ compiler are not compatible with previous GCC releases.
  410.  
  411. * unixlib: POSIX thread (pthread) support
  412.  
  413. * gcc, unixlib, libscl: Default build is now APCS-32.  APCS-26 builds are
  414.   deprecated and will be removed from a future version.
  415.  
  416. * gcc: C++ and Fortran applications can now be compiled to use the
  417.   SharedCLibrary (libscl) as an alternative to UnixLib.  UnixLib
  418.   remains the default target C run-time library.
  419.  
  420. * unixlib: Stack model changed from UNIX-style linear stacks
  421.   to RISC OS SharedCLibrary style chunked stacks.  This allows
  422.   for automatic WimpSlot extension.
  423.  
  424. * unixlib: Emulation of /dev/random and /dev/zero.
  425.  
  426. * unixlib: New resolver libraries, taken from glibc 2.2.5.
  427.  
  428. * unixlib: Improve compatibility with the C99 standard.
  429.  
  430. * unixlib: New crypt implementation, taken from glibc 2.2.5.
  431.  
  432. * as: Big-endian processor support.  Required for cross-compiling on
  433. * processors such as the MIPS.
  434.  
  435. * as: Fixes for common area symbol handling
  436.  
  437. * as: Support for ELF object format.
  438.  
  439. * as: Improve filename handling and search paths for GET.
  440.  
  441. * ar: Closer emulate UNIX's 'ar' implementation.
  442.  
  443. * sed: Upgrade to version 4.0.7.
  444.  
  445.  
  446. GCCSDK GCC 2.95.4 Release 3 (released 05 January 2003)
  447. ===========================
  448.  
  449. * as: Fix pre/post indexed addressing assembler error.
  450.  
  451. * gccsdk: Support NetBSD.
  452.  
  453. * unixlib: Fix #include typo in inttypes.h.
  454.  
  455. * libscl: Preserve flags on 26-bit systems.
  456.  
  457.  
  458. GCCSDK GCC 2.95.4 Release 2 (released 13 November 2002)
  459. ===========================
  460.  
  461. * ar: This is an ALF implementation of the Unix archiver.  This is
  462.   simply a front end onto libfile but takes compatible arguments.
  463.  
  464. * nm: Based on decaof, this program is an AOF version of the Unix
  465.   program to list symbols in object files.
  466.  
  467. * as: Fix broken co-processor mnemonic support.
  468.  
  469. * drlink: Upgrade from 0.3.4 to 0.3.9.
  470.  
  471. * unixlib: Fix a command line argument bug when using file-descriptor
  472.   based re-direction.
  473.  
  474. * unixlib: Logic for isprint was wrong.
  475.  
  476. * unixlib: usleep gets 1/100th sec resolution.
  477.  
  478. * gcc: Support hh and icc filename extensions.
  479.  
  480. * gcc: [BUG48] Tail call optimisation and chunked stacks.
  481.  
  482. * gcc: [BUG88] Prevent STR code generation where the source and base
  483.   register are the same.
  484.  
  485. * bison: [BUG26] Pack bison files in the distribution.
  486.  
  487. * libscl: Support APCS-32.
  488.  
  489.  
  490. GCCSDK GCC 2.95.4 Release 1 (released 20 December 2001)
  491. ===========================
  492.  
  493. * unixlib: Allow for program independent sfix settings.
  494.  
  495. * unixlib: Remove restriction on the maximum length of a command line.
  496.  
  497. * unixlib: Add wchar.h, inttypes.h, stdint.h and supporting functions.
  498.  
  499. * unixlib: Support `,xyz' RISC OS file type extensions.
  500.  
  501. * unixlib: Fix longstanding bug that causes programs to hard-lock a
  502.   computer whilst using the network stack.
  503.  
  504. * unixlib: Support for DoggySoft's Syslog module.
  505.  
  506. * unixlib: Header file re-arrangements so that UnixLib can be used
  507.   as a drop-in compile time replacement for the SharedCLibrary.
  508.  
  509. * gcc: Remove weak symbol use that was enabled in pre-release 3.
  510.  
  511. * gcc: Changed compiler executable directory from arm-riscos to
  512.   arm-acorn-riscos.
  513.  
  514. * gcc: Minor code generation optimisation for small C++ functions.
  515.  
  516. * gcc: Bug fix in Unix filename translation.  Pathnames starting with
  517.   `../../something' would be translated to '../../'.
  518.  
  519. * gcc: By default the libraries and headers for UnixLib and SharedCLib
  520.   are integrated into the distribution.  GCC therefore no longer relies
  521.   on the Unix$Path and C$Path variables.  During the link stage, it is
  522.   recommended that the GCC command is used, rather than calling drlink
  523.   directly.
  524.  
  525. * gcc: The option specifying that source code should be built and linked
  526.   against the SharedCLibrary rather than UnixLib has changed from the
  527.   rather uninformative -mstubs to -mlibscl.
  528.  
  529. * as: Better support for local labels.
  530.  
  531. * gcc: Upgraded to version 2.95.4.
  532.  
  533.  
  534. GCCSDK GCC pre-release 3a  (released 23 November 1999)
  535. =========================
  536.  
  537. * Integer division will now raise a SIGFPE upon division
  538.   by zero
  539.  
  540. * Front-end programs g77 and g++ had not been built since the
  541.   upgrade to 2.95.2 and were looking for the compilers in
  542.   directory 2_95_1.
  543.   
  544. * The !run file incorrectly set the pathname for the /tmp
  545.   directory.
  546.  
  547.  
  548. GCCSDK GCC pre-release 3  (released 19 November 1999)
  549. ========================
  550.  
  551. These are the user visible changes since pre-release 2.
  552.  
  553. * Updated to GCC 2.95.2
  554.  
  555. * C++: The Standard Template Library headers have been moved from
  556.   their own sub-directory (stl) to their parent directory.
  557.  
  558. * Fix errors in the conversion of float/double and long doubles
  559.   to 64-bit integers. These functions have been re-coded to not
  560.   use floating-point instructions.
  561.  
  562. * as: The assembler incorrectly compiled a post-indexed LDR/STR
  563.   as a pre-indexed LDR/STR.
  564.  
  565. * as: Incorrect filename translation was causing AOF files
  566.   named o.s_temp to be written out as o.o_temp
  567.  
  568. * unixlib: Bug fixes in UnixLib's strsep and strtoul functions.
  569.   Implemented C9X headers, fenv.h and complex.h. Added many new
  570.   math functions.
  571.  
  572.  
  573. GCCSDK GCC pre-release 2  (released 23 September 1999)
  574. ========================
  575.  
  576. This file details the user visible changes since pre-release 1.
  577.  
  578. * Separate libgcc runtime library for targetting the SharedCLibrary
  579. called libgcc_sh.
  580.  
  581. * Exception handling bug fix.
  582.  
  583. * Transparent suffix swapping performed by UnixLib is now private
  584. to the GCC compilers and utilities (set by UnixFS$<progname>$sfix)
  585.  
  586. * Directory structure has been reorganised. Binaries and
  587. supporting libraries are now in version specific directories so
  588. it will be possible to have multiple gcc installations and select
  589. an appropriate compiler by its version number (see `gcc -V').
  590.  
  591. * C++ support libraries libio and libstdc++ are now integrated
  592. into the main !gcc tree, rather than being separate directories.
  593. Hence it is no longer a requirement to add -Ilibio: and -Ilibstdc:
  594. to the gcc command line, likewise with -Llibio: and -Llibstdc:
  595. on the linker command line, however you still will need to add
  596. -lstdc++ and -liostream.
  597.  
  598. * The C++ libraries should now be compatible with the long
  599. file name feature of RISC OS 4. This shouldn't affect users of
  600. filing systems that support only 10 characters i.e. ADFS, IDEFS
  601. and SCSIFS on RISC OS 3.
  602.  
  603. * The example programs originally located in !gcc.files have been
  604. moved out of the !gcc directory. Running !gcc will no longer
  605. change the currently selected directory.
  606.  
  607. * Documentation update to reflect directory structure changes.
  608. Added a clear note regarding the memory usage of gcc.
  609.